gtk/enums: remove GtkPopoverConstraint
authorDavid Lechner <david@lechnology.com>
Sat, 7 Nov 2020 21:47:32 +0000 (21:47 +0000)
committerDavid Lechner <david@lechnology.com>
Sat, 7 Nov 2020 21:47:32 +0000 (21:47 +0000)
GtkPopoverConstraint is no longer used anywhere and can be removed.

gtk/gtkenums.h

index 96989351cd49e3ae02b930345e496cd5833270ee..03844477b1cf2920fcd14e5c4d1c377dcc97b4f5 100644 (file)
@@ -988,23 +988,6 @@ typedef enum
   GTK_SHORTCUT_SCOPE_GLOBAL
 } GtkShortcutScope;
 
-/**
- * GtkPopoverConstraint:
- * @GTK_POPOVER_CONSTRAINT_NONE: Don't constrain the popover position
- *   beyond what is imposed by the implementation
- * @GTK_POPOVER_CONSTRAINT_WINDOW: Constrain the popover to the boundaries
- *   of the window that it is attached to
- *
- * Describes constraints to positioning of popovers. More values
- * may be added to this enumeration in the future.
- */
-typedef enum
-{
-  GTK_POPOVER_CONSTRAINT_NONE,
-  GTK_POPOVER_CONSTRAINT_WINDOW
-} GtkPopoverConstraint;
-
-
 typedef enum {
   GTK_PLACES_OPEN_NORMAL     = 1 << 0,
   GTK_PLACES_OPEN_NEW_TAB    = 1 << 1,